CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lexical analyzer

搜索资源列表

  1. Java-Scanner

    0下载:
  2. 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:183854
    • 提供者:林生
  1. CSharpcifa

    0下载:
  2. 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string an
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:599481
    • 提供者:flylee
  1. Lexical-analysis

    0下载:
  2. 词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号.。-Lexical analysis stream parsing the text code that we write as a token analysis of the resulting mark for subsequent parsing use. Lexical analyzer' s job is low-level a
  3. 所属分类:JavaScript

    • 发布日期:2017-11-05
    • 文件大小:100730
    • 提供者:锡睿
  1. c

    0下载:
  2. 简单的词法分析小例子- Simple lexical analysis small example
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:7845
    • 提供者:站长
  1. 编译设计

    0下载:
  2. 语法分析器词法分析器-Parser lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:34330
    • 提供者:谢遐
  1. 200632580164

    0下载:
  2. 一个基于c#语言的词法分析器,实现的功能全部由《编译原理》提供-Based on the c# Language lexical analyzer to achieve the functions of all by the
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:53009
    • 提供者:lc
  1. bianyiyuanli

    2下载:
  2. 我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-11
    • 文件大小:10115
    • 提供者:王家玮
  1. Test

    0下载:
  2. 具有图形化界面的词法分析器,其功能为:可通过手工输入或文件打开形式输入程序,进行此法分析。-With the graphical interface of lexical analyzer, and its function as follows: through manual input or file input program to open the form, in this analysis.
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:3114
    • 提供者:孙静
  1. Lexical

    0下载:
  2. 简单的词法分析器 利用vc编程 功能 可以打开任意位置和名称的原文件进行词法分析,可以进行非法字符和数字后边跟字母的错误判断-The lexical analyzer easy to use programming function vc can open arbitrary location and name of the original document lexical analysis can be carried out illegal characters and letters
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:26853
    • 提供者:seven
  1. SNL

    0下载:
  2. snl的词法分析器 C语言编写 VC下运行 -snl the lexical analyzer C language VC run snl the lexical analyzer C language running under VC
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1786
    • 提供者:第三个
  1. Lexicalanalyzer

    0下载:
  2. 词法分析器,主要用Java编写的源程序,对词进行逐个的分析-Lexical analyzer, the main use of Java source code written for the analysis of the words one by one
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3825
    • 提供者:LK
  1. Translate

    0下载:
  2. 编译原理实验,包含词法分析,语法分析(递归下降和LL1),语义分析-Compiler experiment, including lexical analysis, syntax analysis (recursive descent and LL1), semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:217476
    • 提供者:zhaochongbo
  1. Lexical

    0下载:
  2. 用JAVA实现的词法分析器 对学习编译原理作用很大哦-JAVA achieved by lexical analyzer to study the role of compiling principle Oh great
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:11125
    • 提供者:赵刚
  1. cifayufafenxi_C

    1下载:
  2. 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
  3. 所属分类:Editor

    • 发布日期:2016-03-15
    • 文件大小:61311
    • 提供者:李雪红
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. lexical

    0下载:
  2. java实现词法分析器,含源代码,词法,20个字-java lexical analyzer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:189211
    • 提供者:天尹
  1. analyzer

    0下载:
  2. 一个简单的词法分析器,可供初学者参考。 代码较短但实现了词法分析功能-simple lexical analyzer procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1306
    • 提供者:Doug
  1. lexical.c

    0下载:
  2. 一个用C语言实现的简单的词法分析器。可作为编译原理课的参考。-Using C language implementation of a simple lexical analyzer.You can use it as a reference in Compiler theory class.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1455
    • 提供者:baiguo
  1. analyzer

    0下载:
  2. CMM 语言的词法分析器(C++语言编写)-CMM language lexical analyzer (C++ language)
  3. 所属分类:系统编程

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:成奈川
  1. Lexical-parser-source-code

    0下载:
  2. 用VC++实现的编译原理词法分析器源码,是实现编译中非常重要的一个部分-Implemented with VC++ compiler theory lexical analyzer source code for a compiler to achieve a very important part of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:226413
    • 提供者:huxuke
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com